home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / software / love / penezniden.exe / {app} / Penezni denik.exe / 0 / RCDATA / TPODEKOVANI / TPODEKOVANI.txt
Encoding:
Text File  |  2003-12-28  |  2.3 KB  |  89 lines

  1. object Podekovani: TPodekovani
  2.   Left = 192
  3.   Top = 114
  4.   BorderStyle = bsDialog
  5.   Caption = 'Pod∩┐╜kov∩┐╜n∩┐╜'
  6.   ClientHeight = 326
  7.   ClientWidth = 299
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnKeyDown = FormKeyDown
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Text: TSecretPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 297
  24.     Height = 297
  25.     Cycled = True
  26.     Interval = 28
  27.     Lines.Strings = (
  28.       '                      POD∩┐╜KOV∩┐╜N∩┐╜                      '
  29.       
  30.         '----------------------------------------------------------------' +
  31.         '-----------------'
  32.       ''
  33.       'V∩┐╜echny komponenty pou∩┐╜it∩┐╜ v'
  34.       'Pen∩┐╜n∩┐╜m den∩┐╜ku jsou FREEWARE.'
  35.       ''
  36.       'Autor∩┐╜m t∩┐╜chto komponent d∩┐╜kuji:'
  37.       '------------------------------------------------------------'
  38.       ''
  39.       'TStringAlignGrid v1.7'
  40.       ''
  41.       'Print Preview Suite v4.34'
  42.       ''
  43.       'RX Library v2.75'
  44.       ''
  45.       'EC Software Help Suite v1.01'
  46.       ''
  47.       'ColorBtn v1.4'
  48.       ' '
  49.       
  50.         '----------------------------------------------------------------' +
  51.         '-----------------'
  52.       ''
  53.       'A p∩┐╜edev∩┐╜∩┐╜m bych cht∩┐╜l pod∩┐╜kovat v∩┐╜em lidem '
  54.       'na Builderu ( Diskuze o DELPHI),'
  55.       'kte∩┐╜∩┐╜ mi poradili, kdy∩┐╜ jsem m∩┐╜l n∩┐╜jak∩┐╜ probl∩┐╜m.'
  56.       '- http://builder.cz -'
  57.       ''
  58.       
  59.         '----------------------------------------------------------------' +
  60.         '-----------------'
  61.       ''
  62.       'D∩┐╜kuji v∩┐╜em, kte∩┐╜∩┐╜ se pod∩┐╜lej∩┐╜ na vylep∩┐╜ov∩┐╜n∩┐╜'
  63.       'Pen∩┐╜n∩┐╜ho den∩┐╜ku, jak opravy chyb, tak '
  64.       'drobn∩┐╜ vylep∩┐╜en∩┐╜.'
  65.       ''
  66.       
  67.         '----------------------------------------------------------------' +
  68.         '-----------------'
  69.       ''
  70.       '      Radek Langr - L@Software    ')
  71.     TabOrder = 0
  72.   end
  73.   object Button1: TButton
  74.     Left = 1
  75.     Top = 299
  76.     Width = 297
  77.     Height = 25
  78.     Caption = 'Ok'
  79.     Font.Charset = DEFAULT_CHARSET
  80.     Font.Color = clWindowText
  81.     Font.Height = -13
  82.     Font.Name = 'MS Sans Serif'
  83.     Font.Style = [fsBold]
  84.     ParentFont = False
  85.     TabOrder = 1
  86.     OnClick = Button1Click
  87.   end
  88. end
  89.